home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / dde_10.zip / SETUP.BAT < prev   
DOS Batch File  |  1991-03-02  |  1KB  |  26 lines

  1. @echo off
  2. echo .......................................................................
  3. echo .                Used for seting DOS environment variables            .
  4. echo .             to compile ddir.c from within Brief (tm) editor         .
  5. echo .                using the MicroSoft QuickC 2.5 C compiler.           .
  6. echo .                                                                     .
  7. echo .           Change the lines below to reflect your installation.      .
  8. echo .......................................................................
  9. echo Run time stack of 0xc00       Warning level 3       Small memory model
  10. set BCC="!qcl /F c00 /W 3 /AS %%s.c tcxlm6s.lib"
  11.  
  12. echo Point LIB= at the directory where your standard libraries are, and at
  13. echo where your TCXL libraries are.
  14. set LIB=C:\CODE\QC25\LIB;c:\code\qc25\tcxl\m6;
  15.  
  16. echo Point INCLUDE= at the directory where your standard include files are,
  17. echo and where your TCXL include files are.
  18. set INCLUDE=C:\CODE\QC25\INCLUDE;c:\code\qc25\tcxl\inc;
  19.  
  20. echo .......................................................................
  21. echo .                                                                     .
  22. echo .                 DOS environment variables set.                      .
  23. echo .                                                                     .
  24. echo .......................................................................
  25.  
  26.